Change branch name references
authorFelix Krull <f_krull@gmx.de>
Thu, 23 Jul 2020 13:10:04 +0000 (15:10 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:55 +0000 (12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml
rust-bindings/rust/README.md

index ec73d6effe5564dbded8ea9010f1b3a778a02458..5ba4711e3c92078a3f63da77028fabc7ab249683 100644 (file)
@@ -160,7 +160,7 @@ pages:
     paths:
     - public
   only:
-  - master
+  - main
 
 # publish
 publish_ostree-sys:
index b96aa752f34d297fa8d01ab098557b7e5f4689aa..317a168d4a896105f595a0c6f0bb38b853cfa661 100644 (file)
@@ -1,7 +1,7 @@
 # ostree-rs
-[![pipeline status](https://gitlab.com/fkrull/ostree-rs/badges/master/pipeline.svg)](https://gitlab.com/fkrull/ostree-rs/commits/master)
+[![pipeline status](https://gitlab.com/fkrull/ostree-rs/badges/main/pipeline.svg)](https://gitlab.com/fkrull/ostree-rs/commits/main)
 [![Crates.io](https://img.shields.io/crates/v/ostree.svg)](https://crates.io/crates/ostree)
-[![master-docs](https://img.shields.io/badge/docs-master-brightgreen.svg)](https://fkrull.gitlab.io/ostree-rs/ostree)
+[![main-docs](https://img.shields.io/badge/docs-main-brightgreen.svg)](https://fkrull.gitlab.io/ostree-rs/ostree)
 
 **Rust** bindings for [libostree](https://ostree.readthedocs.io).